/* CSS Document */
#nav li {
	margin-bottom: 0;
}
.submenustyle{
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font-weight: bold;
font-size: 10px;
position: relative;
left: 0;
top: 0;
padding: 0 8px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px solid #ccc;
margin: 0 3px 0 3px;
text-decoration: none;
background-color: transparent;
padding-right: 6px;
line-height: 32px;
}

.submenustyle a:hover{
background-color: #FFF;
text-decoration: underline;
}

.navsubmenu {
	margin-bottom: 0;
}
.navsubmenu li {
	float: left;
	list-style-type: none;
	height: 22px;
	margin-bottom: 0;
}
.navsubmenu li a{
	height: 22px;
	overflow: hidden;
}
