/* Start of CMSMS style sheet 'nav' */
a {
color: black;
text-decoration: none;
}

.box a {
color: #1C80C7;
}

a:hover {
color: #ff4500;
text-decoration: none;
}


.menuBar {
clear:both;
width:980px;
}

.subMenu {
position: relative;
padding-left: 16px;
padding-bottom: 6px;
width:948px;
font-weight: bold;
}

.menuBar .mbL {
float: left;
background-image: url(images/pasL.png);
background-repeat: no-repeat;
width:16px;
height:44px;
}

.menuBar .mbM {
float: left;
color:#808080;
background-image: url(images/pasM.png);
background-repeat: repeat-x;
height:44px;
width:708px;
font-weight: bold;
line-height: 35px;
}

.menuBar .mbMx {
float: left;
background-image: url(images/pasM.png);
background-repeat: repeat-x;
height:44px;
width:240px;
line-height: 37px;
text-align: right;
color: #c0c0c0;
}

.menuBar .mbMx input {
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
background-image: url(images/inpbak.png);
background-repeat: repeat-x;
color: #e0e0e0;
border: solid 0px #000000;
vertical-align:top;
margin-top:9px;
height: expression(this.type == "text" ? "18px" : "20px");
}

.menuBar .mbR {
float: left;
background-image: url(images/pasR.png);
background-repeat: no-repeat;
width:16px;
height:44px;
}

.menuBar .bpL {
float: left;
background-image: url(images/flL.png);
background-repeat: no-repeat;
width:16px;
height:40px;
}

.menuBar .bpM {
float: left;
background-image: url(images/flM.png);
background-repeat: repeat-x;
width:948px;
height:40px;
line-height: 30px;
}

.menuBar .bpR {
float: left;
background-image: url(images/flR.png);
background-repeat: no-repeat;
width:16px;
height:40px;
}


.menuBar .mbM a
{
color: white;
}

.menuBar .mbM a:hover {
color: #ff4500;
text-decoration: none;
}

#menuTopR {
position: absolute;
top:20px;
left:172px;
width:800px;
color: #ff4500;
text-align: right;
font-weight: bold;
}

#menuTopR a {
color: gray;
text-decoration: none;
}

#menuTopR a:hover {
color: #ff4500;
text-decoration: none;
}

#primary-nav a {
color: black;
text-decoration: none;
}

#primary-nav a:hover {
color: #ff4500;
text-decoration: none;
}

#secondary-nav a {
color: black;
text-decoration: none;
}

#secondary-nav a:hover {
color: #ff4500;
text-decoration: none;
}

.add_to_cart{
   
	display:block;
	width:120px;
	height:34px;
	text-indent:-9999px;
}
.add_to_cart a{
       display:block;
	width:100%;
	height:100%;
background-image: url(uploads/images/menu/Button_add.png);
outline:none;
}
.add_to_cart  a:hover{
background-position:0 -34px;

}
.download{

	display:block;
margin-top: 10px;
	width:80px;
	height:80px;
	text-indent:-9999px;
}
.download a{
       display:block;
	width:100%;
	height:100%;
background-image: url(uploads/images/menu/Button_download2.png);
outline:none;
}
.download  a:hover{
background-position:0 -80px;

}

/* End of 'nav' */

