/* ### Top Navigation - Main Menu ### */

#blktopmenu {
float: left;
width: 950px;
border: 1px solid #FFFFFF;
border-bottom: none;
}

#blktopmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#blktopmenu a:hover {
	color:#00FFFF;
	text-decoration: underline;
}

.myblkmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: url(../images/something.jpg);
_background: url(../images/something.jpg);
filter:alpha(opacity=50);
overflow: hidden;
width: 930px;
text-align: center;
}

.myblkmenu li{
display: inline;
margin: 0;
padding: 0;
}

.myblkmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: none;
_position: relative;
}

.myblkmenu li a:visited{
color: white;
_position: relative;
text-decoration: none;
}

.myblkmenu li a:hover{
background: url(../images/2-100x67.jpg); /*background of tabs for hover state */
_background: #00ade9;
_position: relative;
color: #FFFFFF;
text-decoration: none;
}

.myblkmenu a.selected{
background: #336600; /*background of tab with "selected" class assigned to its LI */
_position: relative;
text-decoration: none;
}
.myNew {
	color: #D4D0C8;
	background-color: #336600;
}
