.chromestyle{
font-weight: bold;
float:left;
list-style:none;
list-style-type:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 361px;
/* background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
font-family: Arial, Verdana, sans-serif;
color:#3e3e3e;
font-size:14px;
display: block;
margin: 3px;
height:20px;
}

.chromestyle ul li a{
color: #8E8E8E;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
color:#F7931E;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#8C8C8C,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
text-align:left;
padding:4px 5px 3px 10px;
display:block;
font-size:12px;
font-weight:bold;
color:#8E8E8E;
background:#222d2d;
text-decoration:none;
font-family:Verdana,Arial, Helvetica, sans-serif;
border-bottom:1px solid #333333;
width: auto;
display: block;
/*
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 150px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5d5c5c;
color:#F7931E;
}

#menu1 a{
display: block;
width:57px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/home-l.gif) no-repeat;*/
margin:0;
}
#menu1 a:hover{
width:57px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/home-h.gif) no-repeat;*/
}

#menu2 a{
display: block;
width:136px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/hosted-l.gif) no-repeat;*/
margin:0;
}
#menu2 a:hover, #menu2 a.selected{
display: block;
width:136px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/hosted-h.gif) no-repeat;*/
}
#menu2 li a:hover, #menu2 li a, #menu2 li a:visited, #menu2 li a:active
{width:136px;}

#menu3 a{
display: block;
width:49px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/blog-l.gif) no-repeat;*/
margin:0;
}
#menu3 a:hover, #menu3 a.selected{
display: block;
width:49px;
height:20px;
/*background: #222d2d url(http://127.0.0.1/wp-content/themes/personal/images/blog-h.gif) no-repeat;*/
}
#menu3 li a:hover, #menu3 li a, #menu3 li a:visited, #menu3 li a:active
{width:49px;}


#menu4 a{
display: block;
width:114px;
height:20px;
/*background: transparent url(http://127.0.0.1/wp-content/themes/personal/images/our-l.gif) no-repeat;*/
margin:0;
border-right: 1px solid #222d2d;
}
#menu4 a:hover, #menu4 a:active, #menu4 a:focus, #menu4 a.selected
{
display: block;
width:114px;
height:20px;
/*background: transparent url(http://127.0.0.1/wp-content/themes/personal/images/our-h.gif) no-repeat;*/
}