﻿ /**************** menu coding *****************/
#menu {
width: 1024px;
/*background: #eee;*/
position: absolute;
top:105px;
z-index: 100;   
padding-top:10px;   
margin-left: 25px; /*Mozilla*/
*margin-left:10px; /*IE 7*/
text-align:center;
/*float: left;*/
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*padding-top: 5px;*/
width: 150px;
float: left;
z-index:300;
}

#menu a, #menu h2 {
font-size: 9pt; /*Mozilla and IE7*/
font-weight: bold;
font-family: Arial, Helvetica, Sans-Serif;
text-align:left;
color: #ffffff;
display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 3px;
}

#dropdown 
{
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
background-color: #395175;
     
}

 #dropdown a:link {color: #ffffff; text-decoration: none;}
 #dropdown a:visited {color: #ffffff; text-decoration: none;}
 #dropdown a:hover {color: #395175; text-decoration: none; background-color: #ffffff;}

#menu h2 {
/*color: #fff;*/
/* background: #000;*/
text-transform: uppercase;
}

#menu a {
/*color: #000;*/
/*background: #efefef;*/
text-decoration: none;
}

#menu a:hover {
/*color: #a00;*/
/*background: #fff;*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
*margin-left: -100px; /*IE 7*/
z-index: 500;
}

#menu ul ul ul {
position: absolute;
*margin-left: 0px; /*IE 7*/
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
