﻿.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #0F46C6;
border-bottom: 1px solid #0F46C6;
width: 100%;
background: url(http://jkcomputersystems.com/Assets/Pictures/Base/button.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0px;
margin: 0;
font:bold 14px Verdana;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 5px 10px;
font-family: arial;
margin: 0;
text-decoration: none;
border-right: 0px solid black;
}

.chromestyle ul li a:hover{
background: url(http://jkcomputersystems.com/Assets/Pictures/Base/buttonover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #1D5FA7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background: url(http://jkcomputersystems.com/Assets/Pictures/Base/bgmenudd.png);
width: 150px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #1D5FA7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: Black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(http://jkcomputersystems.com/Assets/Pictures/Base/bgmenuddh.png);
color: White;
}