﻿ /**************** menu coding *****************/
#menu {
width: 850px;
/*background: #eee;*/
position: absolute;
font-family: arial rounded mt, arial; /*IE 7/Mozilla*/
z-index: 100;   
padding-top:2px;   
margin-left: 10px; /*Mozilla*/
*margin-left: 10px; /*IE 7*/
text-align:left;
/*float: left;*/
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*border:solid 1px white;*/
/*padding-top: 5px;*/
width: 140px;
float: left;
}

#menu a, #menu h2 {
font-size: 11.5px;
*font-size:12px;
font-family: arial rounded mt, arial;
font-weight:bold;
text-align:left;
color: #ffffff;
display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 3px;
}

#menu a:link {color: #ffffff; text-decoration: none;}
#menu a:visited {color: #ffffff; text-decoration: none;}
#menu a:hover {color: #ffcc55; text-decoration: none;}

#dropdown2 
{    
border-left: solid 2px #ffcc55;
border-right: solid 2px #ffcc55;   
background-color: #bdbdbd;   
}

 #dropdown2 a:link {color: #342164; text-decoration: none;}
 #dropdown2 a:visited {color: #342164; text-decoration: none;}
 #dropdown2 a:hover {color: #ffffff; text-decoration: none;}
 
 
 
 
 
 #dropdown3 
{    
border-left: solid 2px #ffcc55;
border-right: solid 2px #ffcc55;   
background-color: #bdbdbd;   
}

 #dropdown3 a:link {color: #342164; text-decoration: none;}
 #dropdown3 a:visited {color: #342164; text-decoration: none;}
 #dropdown3 a:hover {color: #ffffff; text-decoration: none;}
 

/*#topLayer 
{
color:#ffffff;  
}

 #topLayer a:link {color: #ffffff; text-decoration: none;}
 #topLayer a:visited {color: #ffffff; text-decoration: none;}
 #topLayer a:hover {color: #ffcc55; text-decoration: none;}*/
 
#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: 0px; /*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;}
