﻿/* 
	RadMenu ShredPro skin 
*/

/* Main Nav Bar */
.RadMenu_ShredPro
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

/* Main Nav Item */
.RadMenu_ShredPro .rmHorizontal .rmItem
{
	margin: 0;
	height: 18px;
	padding: 5px 18px 5px 18px;
}

.rmSlide
{
	margin: 0;
	padding: 0;
}

/* Sub Nav */
.RadMenu_ShredPro .rmVertical
{
	padding: 0;
}

/* Sub Nav Items */
.RadMenu_ShredPro .rmVertical .rmItem
{
	padding: 0 5px;
	margin: 0;
	border: solid 1px #797979;
	background-color: #222;
}

/* Sub Nav First Item */
.RadMenu_ShredPro .rmVertical .rmFirst
{
	border-top: none;
}

/* Nav Link Text */
.RadMenu_ShredPro .rmLink
{
	text-decoration: none;
	color: #cd0000;
	font-weight: bold;
}

.RadMenu_ShredPro .rmLink:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Nav Link Dropdown text */
.RadMenu_ShredPro .rmVertical .rmLink
{
	color: #FFF;
}

.RadMenu_ShredPro .rmVertical .rmLink:hover
{
	color: #cd0000;
}