/*-------------------------------------------------------------------------- 
LeunaM Left Hand Side Pop-Up Menu
------------------------------------------------------------------------*/
#div_menu {
	width:130px;
	}
#div_menu ul.ul_menu{
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #eeeeee;
	border-right-color: #eeeeee;
		}
#div_menu ul.ul_menudrop {
	font-size: 10px;
	margin: -1px;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #eeeeee;
	border-right-color: #eeeeee;
		}
#div_menu ul.ul_menudrop ul.ul_submenudrop {
	font-size: 10px;
	list-style: none;
	width: 120px;
	border-bottom: 1px solid #eeeeee;
	border-right-color: #eeeeee;
	margin-left: -1px;
	}
/*------------------------------------------ 
Menu General LI.UL
----------------------------------------*/
#div_menu ul.ul_menu li {
	position: relative;
	padding: 0px;
	}
/* First Layer Menu */
#div_menu li ul.ul_menudrop {
	position: absolute;
	left: 131px;
	top: 0;
	display: none;
	padding: 0px;
	border: 0px;
	}
/* Second Layer Menu */
#div_menu li ul.ul_menudrop ul.ul_submenudrop {
	position: absolute;
	left: 131px;
	top: 0;
	display: none;
	padding: 0px;
	border: 0px;
	}
/*------------------------------------------- 
Menu Links
-----------------------------------------*/
#div_menu ul li a {
	display: block;
	background: #eeeeee;
	border-bottom: 1 solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-decoration: none;
	padding: 4.5px;
		}
#div_menu ul li a.arrow {
	display: block;
	color: #777;
	background: #eeeeee;
	border-bottom: 1 solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-decoration: none;
	padding: 4.5px;
		}
#div_menu ul li a:hover {
	display: block;
	color: #333333;
	border-bottom: 1 solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	text-decoration: none;
	padding: 4.5px;
	background-color: #CCCCCC;
	}
/*-------------------------------------------------------- 
IE Hack, required------------------------------------------------------*/
* html #div_menu ul li { 
	float: left;
	height: 1%;
	 }
* html #div_menu ul li a { 
	height: 1%;
	 }
/*-------------------------------------------------------- 
Magic, MouseOver Classes
------------------------------------------------------*/
#div_menu li:hover ul.ul_menudrop, #div_menu li.over ul.ul_menudrop {
	display: block;
	z-index: 100;
	left: 131px;
	color: #CCCCCC;
	text-decoration: underline;
		}
#div_menu li:hover ul.ul_menudrop li:hover ul, #div_menu li.over ul.ul_menudrop li.over ul{
	display: block;
	z-index: 100;
	left: 131px;
	color: #CCCCCC;
	text-decoration: underline;
	}
/*-------------------------------------------------------- 
Fixes
------------------------------------------------------*/
.lastrowmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	}
/*-------------------------------------------------------- 
Menu links
------------------------------------------------------*/
#div_menu .popupmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	padding: 3.5px;
		}
#div_menu .popupmenu_arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #DDDDDD;
	padding: 3.5px;
	background:#DDD url("/images/menu-arrow-hover.gif") no-repeat right;
	}
#div_menu .popupmenu_arrow:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0088CA;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #DDDDDD;
	padding: 3.5px;
	background:#CCC url("/images/menu-arrow-hover.gif") no-repeat right middle;
	}
#div_menu .popupmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007CB9;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #eeeeee;
	background-color: #cccccc;
	padding: 3.5px;
	}
/*----------------------------------------------------------------------------------------------------- 
Other LeunaM Site Styles---- Form Tables
-------------------------------------------------------------------------------------------------*/
.td_medium {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 5px;
	background-color: #EEEEEE;
	height: 3px;
	}
.a_MenuLHS {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	}
.a_MenuLHS:hover {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}
.txtDomain {
	width: 120px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #7F9DB9;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
		}
#txtDomain_index {width: 68px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #7F9DB9;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	}
.selectDomain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	width: 50px;
	border: 1px solid #666666;
	}
.plans_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-decoration: underline;
	padding: 10px;
	}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #666666;
	text-decoration: none;
	}
.footer_links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #999999;
	text-decoration: none;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
a {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	color: #D62922;
	text-decoration: none;
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #D62922;
	}
.top_menu {
	font-size: 10px;
	color: #005C89;
	}
hr {
	color: #eeeeee;
	height: 1px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005D89;
	text-decoration: underline;
	}
em {
	font-style: italic;
	}
/*--------------------------------------------------------------------------------------------------- 
Styles for Forms
-------------------------------------------------------------------------------------------------*/
.form_title {
	color: #FFFFFF;
	background-color: #006699;
	}
.form_td_left {
	background-color: #CCCCCC;
	}
.form_td_right {
	background-color: #F7F7F7;
	}
.form_td_special {background-color: #99CCCC;
	}

