/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
width: 966 px;
height: auto;
}

.wireframeauramenu ul{
border: 0;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #ffffff;
padding: 4px 8px 4px 8px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: #ffffff;
border-bottom:medium;
border-bottom-color:#FFFFFF;
/*background: url(../images/lightred.gif);background of menu item onMouseover*/
}