/*Credits: Dynamic Drive CSS Library */

.wireframeauramenu {
float: left;
font-family: Tahoma, "Microsoft Sans Serif", Times, serif;
font-size: 10pt;
width: 100%;
}

.wireframeauramenu ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
}

.wireframeauramenu .video {
color: #008000;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.wireframeauramenu .video a{
	color: #004925;
	text-decoration: none;
}

.wireframeauramenu .video a:hover{
color: #0080FF;
}

.wireframeauramenu .bro {
color: #D78300;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.wireframeauramenu .bro a{
	color: #D78300;
	text-decoration: none;
}

.wireframeauramenu .bro a:hover{
color: #0080FF; /*Brown color theme*/ 
}