#header_nav {
    /*width:620px;
    margin-left:365px;*/
	width:530px;
    margin-left:460px;
    margin-top:5px;
    /*clear:left;*/
}

#nav_main {
    list-style:none;
    height:45px;
    border-width:1px;
	border-style:solid;
	border-color:#BCBCBC;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: rgba(0,0,0,0.2) 0 1px 0 1px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
}

#nav_main li {
    position:relative;
    float:left;
    /*width:100px;*/
    background:#ECECEC;
    text-align:center;
    border-right:1px solid #BCBCBC;
    border-left:1px solid #BCBCBC;
}
.last {
    background:none;
    border:none;
}
#nav_main a {
    display:block;
    color:#666666;
    text-decoration:none;
    line-height:45px;
}
#nav_main a.active {
    color:#C00856;
}
.nav_last {
    border:none;
    margin-left:510px;
    margin-top:-45px;
    background:none;
    width:105px;
}
#nav_main a b {
    position:absolute;
    bottom:-1px;right:0;
    border-left:12px dashed transparent;
    border-bottom:12px solid #333333;
}

/* --------- Drop Down -------- */
/*.sub-menu {
list-style:none;
border:0px solid #333333;
width:385px;
margin:0 auto;
text-transform: capitalize;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#nav_main ul {
display:none;
list-style:none;
}

#nav_main ul li a {
padding-left:10px;
padding-right:10px;
}

#nav_main ul li {
border-right:1px solid #9070b9;
border-left:1px solid #9070b9;
width:auto;
}

#nav_main li:hover ul {
position:relative;
left:-41px;
top:auto;
display:block;
}*/
