#alti_menu{
	float: right;
	width: 851px;
	height: 45px;
	background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #090606;
	background-image: url(images/hover-new.png);
	-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	height: auto;
	line-height: 41px;
	font-size: 14px;
	color: #fff;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 25px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	position: relative;
	background: url(images/templatemo_menu_r.png) no-repeat right
}
.ddsmoothmenu ul li a.selected span, .ddsmoothmenu ul li a:hover span {
	position: absolute;
	left: -5px;
	width: 5px;
	height: 41px;
	background: url(images/templatemo_menu_l.png) no-repeat
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-bottom: 1px solid #f5f5f5;
	background-color: #090606;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding: 0;
margin: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
padding: 0;
margin: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	padding: 0 10px;
	margin: 0;
	height: 28px;
	line-height: 28px;
	width: 140px; /*width of sub menus*/
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #333;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover  { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #333
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}
.col_2 {
	width: 240px;
	float: left;
	background-color: #EAEAEA;
	margin-left: 6px;
}
.rp_pp {
	border-bottom: 1px dotted #ced4dc;
	margin-bottom: 8px;
	margin-top: 8px;
}
.rp_pp a { color: #666; font-weight: 700 }
.rp_pp img { float: right; }
.rp_pp img.sidebar {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.rp_pp p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* menu */
.alti_list_menu {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 280px;
	float: left;
}

.alti_list_menu li {
	color:#000000;
	margin: 0;
	padding: 0 0 5px 20px;
	background-attachment: scroll;
	background-image: url(images/alti_list.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.alti_list_menu li a { 
	color: #FF0000; 
	font-weight: normal; 
	text-decoration: none; 
}

.alti_list_menu li a:hover { 
	text-decoration: underline; 
}

.widget {
	width: 540px;
	padding: 10px;
	border: 1px solid #dedbd1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #EAEAEA;
}
.widget1 {
	width: auto;
	border: 1px solid #dedbd1;
	background-color: #EAEAEA;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 90px;
	margin-left: 5px;
	padding: 10px;
}

	.widget a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #FFE600;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
		-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	background-image: url(images/hover-new.png);
	background-repeat: repeat-x;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/tabs-hover.jpg);
	-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
 border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	text-align: justify;
	padding: 5px;
	}
	
	.alti-profile {
	text-align: justify;
	height: auto;
	width: auto;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	.alti-profile  img{
	height: 113px;
	width: 123px;
	float: left;
	margin-right: 2px;
	border: 1px solid #000000;
	}
	
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
	background-color: #000000;
			}

 
		.alti-client{
	text-align: justify;
	height: auto;
	width: auto;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
.alti-zoom{
	height: auto;
	width: auto;
	float: left;
	margin-right: 5px;
	margin-left: 3px;
	border: 1px solid #000000;
	margin-bottom: 8px;
	}
.alti-zoom-main{
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
  	}
.cleaner_h20 {
	clear: both;
	width:100%;
	height: 1px;
	background-color: #000000;
}
.contact {
	width: 210px;
	float: right;
	padding-top: 0px;
	margin-right: 30px;
	margin-top: 15px;
}
.contact-new1 {
	width: auto;
	float: left;
	padding-top: 0px;
	height: auto;
	margin-left: 20px;
}
