﻿.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin-left: 0;
padding-left: 50px;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a.link2{
text-decoration: none;
background-color: transparent;
color: #fff;
}

.chromestyle ul li a.link2:hover{
color: #333;
background-color: #FFF;
}

/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0px;
font-family: Arial,Helvetica,'sans-serif';
font-size: 14px;
font-weight: bold;
line-height:16px;
width: 150px;
z-index:100;
visibility: hidden;
}

.dropmenudiv a.link1 {
width: 100%;
display: block;
text-indent: 12px;
padding: 2px 0;
font-weight: bold;
color: #000;
background-color: #ff3;
border-top: 1px solid #090;
border-right: 0;
border-bottom: 1px solid #090;
border-left: 0;
}

.dropmenudiv a.link1:hover{
border-top: 1px solid #090;
border-right: 0;
border-bottom: 1px solid #090;
border-left: 0;
color: #fff;
background-color:#090;
}



#chromemenu2{
width: 99%;
}

#chromemenu2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu2 ul{
border-bottom: 0px solid #ccc;
width: 100%;
margin-left: 0;
padding: 2px 0 0 50px;
margin: 0;
float: left;
font-family: Arial,Helvetica,'sans-serif';
font-size: 12px;
font-weight: bold;
font-style:normal;
}

#chromemenu2 ul li{
display: inline;
}

#chromemenu2 ul li a.link4{
float: left;
font-weight: bold;
padding: 10px 4px 10px 4px;
text-decoration: none;
border-top: 0px solid #666;
border-right: 2px dotted #fc0;
border-bottom: 0px solid #cdc8b1; 
border-left: 0px solid #999;
background-color:#444; 
color: #fff;
}

#chromemenu2 ul li a.link4:hover{
border-top: 0px solid #666;
border-right: 2px solid #fff;
border-bottom: 0px solid #c00; 
border-left: 0px solid #fff;
background-color:#444; 
color: #fc9;
}

/* Style for Drop Down Menu */

.dropmenudiv2{
position:absolute;
top: 68px;
font-family: Arial,Helvetica,'sans-serif';
font-size: 14px;
font-weight: bold;
line-height:16px;
width: 150px;
z-index:100;
visibility: hidden;
}

.dropmenudiv2 a.link3 {
width: 100%;
display: block;
text-indent: 12px;
padding: 2px 0;
font-weight: bold;
color: #000;
background-color: #cff;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
border-left: 0;
border-right: 0;
}

.dropmenudiv2 a.link3:hover{
border-bottom: 2px solid #000;
border-top: 2px solid #000;
border-right: 0;
border-left: 0;
color: #fff;
background-color:#666;
}

