/* MAIN MENU
----------------------------------------------- */
ul#menu { list-style-type: none; padding: 0; margin: 0; border: 0; width: 770px; height: 35px; }

ul#menu li { padding: 0; margin: 0; display: block; float: left; background: none; text-align: center; }
ul#menu li a { border: 0; display: block; height: 35px; color: #000; text-decoration: underline; font: 11px/36px Tahoma, Verdana, Arial, Helvetica, sans-serif; background: url(../images/menu.gif) no-repeat; }
ul#menu li a:hover, ul#menu a.active { border: 0; display: block; color: #950000; text-decoration: none; background-image: url(../images/menu-over.gif); }
			
li#domainname a:link, li#domainname a:visited, li#domainname a:hover { background-position: -97px 0px; }
li#webhosting a:link, li#webhosting a:visited, li#webhosting a:hover { background-position: -193px 0px; }
li#resellerhosting a:link, li#resellerhosting a:visited, li#resellerhosting a:hover { background-position: -289px 0px; }
li#dedicated a:link, li#dedicated a:visited, li#dedicated a:hover { background-position: -386px 0px; }
li#sslcerts  a:link, li#sslcerts  a:visited, li#sslcerts  a:hover { background-position: -481px 0px; }
li#webdesign a:link, li#webdesign a:visited, li#webdesign a:hover { background-position: -577px 0px; }
li#order a:link, li#order a:visited, li#order a:hover { background-position: -673px 0px; }
	
/* MAIN MENU DROP DOWN
----------------------------------------------- */	
#ddcompany, #dddomainname, #ddwebhosting, #ddresellerhosting, #dddedicated, #ddsslcerts, #ddwebdesign, #ddorder { position: absolute; width: 192px; z-index: 2; visibility: hidden; }

ul.ddmenu { margin: 0; padding: 0; list-style-type: none; }

ul.ddmenu li { margin: 0; padding: 0; background: none; border-left: 1px solid #B5C2CA; border-right: 1px solid #B5C2CA; border-bottom: 1px solid #B5C2CA; width: 192px; }
ul.ddmenu a { display: block; padding: 5px 11px; background: #FFF url(../images/bg-menuleft-off.gif) no-repeat left top; font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #3E5768; text-decoration: none; width: 170px; }
ul.ddmenu a:link, ul.ddmenu a:visited { background: #FFF url(../images/ddmenu-arrow-off.gif) no-repeat right center; color: #3E5768; text-decoration: none; }
ul.ddmenu a:hover { background: #D17D01 url(../images/ddmenu-arrow-on.gif) no-repeat right center; color: #FFF; }
 
li#company a, li#order a { width: 97px; }

li#domainname a, li#webhosting a, li#resellerhosting a, li#dedicated a, li#webdesign a, li#sslcerts a { width: 96px; }



