.chromestyle {
    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 {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 1px 0 0;	/* produces the blue top bar when highlighted */
    margin:  0;
    line-height: 25px;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.prof .chromestyle ul {
}

.chromestyle ul li {
    display: inline;
    line-height: 28px;
    margin-left: 0;
    padding-left: 1px;
    padding-right: 1px;
    float: left;	/* makes white spaces between list items disappear */
}

.chromestyle ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 6px;
    /* padding-top: 4px; */
}


.prof .chromestyle ul li a{
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	background-image: url("../../images/template/menuarrow.png");
	background-repeat: no-repeat;
	background-position: 72px top;	
    background-color: #4bbcda;
    border: 1px solid #4bbcda; /*THEME CHANGE HERE*/
    border-top: 0px;
    padding-top: 10px;
    position: absolute;
    font-size: 12px;
    line-height:18px;
    z-index: 150;
    visibility: hidden;
    text-align: left;
    color: white;
    width: 215px;
}

.prof .dropmenudiv {
    border: 1px solid #4dade0; /*THEME CHANGE HERE*/
    background-color: #4dade0;
    border-top: 0px;
}

.dropmenudiv a span {
    display: block;
    border-top: 1px solid white; /*THEME CHANGE HERE*/
    padding: 3px;
    padding-left: 0px;
}

.dropmenudiv a:first-child span {
	border: none;
}

.dropmenudiv a{
    width: auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    height: 24px;
    color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: white;
    color: #4bbcda;
   	margin-bottom: -1px;
   	height: 25px;
}

.prof .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    color: #4dade0;
}


* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}
