* {padding:0; margin:0;}
.dropdown 
{
	float: right; 
	padding-right: 1px;
	font-size: 11px;
}
.dropdown dt 
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer;
}
.tab_50
{
	background-image: url(../images/IGTabStatic50.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
}
.tab_50:hover
{
	background-image: url(../images/IGTabHover50.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
}
.tab_70
{
	background-image: url(../images/IGTabStatic70.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
}
.tab_70:hover
{
	background-image: url(../images/IGTabHover70.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
}
.tab_100
{
	background-image: url(../images/IGTabStatic100.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
}
.tab_100:hover
{
	background-image: url(../images/IGTabHover100.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
}
.tab_120
{
	background-image: url(../images/IGTabStatic120.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
}
.tab_120:hover
{
	background-image: url(../images/IGTabHover120.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
}
.dropdown dt a
{
	color: #000; 
	cursor: default;
}
.dropdown dt a:hover
{
	color: #b41f23;
	cursor: default;
}
.dropdown dt span
{
	height: 26px;
	display: block;
}
.dropdown dt span:hover
{
	height: 26px;
	display: block;
}
.dropdown dd 
{
	position: relative; 
	overflow:hidden;
	display:none; 
	background:#fff; 
	opacity: 0;
}
.dropdown ul 
{
	border:1px solid #a9a9a9; 
	list-style:none; 
	border-top:none;
	padding-left: 0;
}
.dropdown li 
{
	display: block;
	font-size: 10px;
}
.dropdown a, 
.dropdown a:active, 
.dropdown a:visited 
{
	display:block; 
	padding:5px; 
	color:#a9a9a9; 
	text-decoration:none;
}
.dropdown a:hover {color: #b41f23;}
.dropdown .underline {border-bottom:1px solid #a9a9a9;}

/*  DEMO  */
.dd_demo {width:100px;}
.dd_demo ul {width:98px;}
/*************/

/*  PARTNERS  */
.dd_partners {width:70px;}
.dd_partners ul {width:68px;}
/*************/

/*  PRICING  */
.dd_pricing {width:100px;}
.dd_pricing ul {width:98px;}
/*************/

/*  SUPPORT  */
.dd_support {width:120px;}
.dd_support ul {width:118px;}
/*************/

/*  PRODUCTS  */
.dd_products {width:100px;}
.dd_products ul {width:98px;}
/*************/

/*  ABOUT  */
.dd_about {width:100px;}
.dd_about ul {width:98px;}
/*************/

/* OVERWRITE THE DEFAULT STYLE JUST FOR THOSE WITH THE CLASS OF [dt_selected] */
.dropdown dt[class=tab_50_selected],
.dropdown dt[class=tab_50_selected]:hover
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer; 
	background-image: url(../images/IGTabHover50.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
}
.dropdown dt[class=tab_50_selected] a {color: #b41f23;}

.dropdown dt[class=tab_70_selected],
.dropdown dt[class=tab_70_selected]:hover
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer; 
	background-image: url(../images/IGTabHover70.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
}
.dropdown dt[class=tab_70_selected] a {color: #b41f23;}

.dropdown dt[class=tab_100_selected],
.dropdown dt[class=tab_100_selected]:hover
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer; 
	background-image: url(../images/IGTabHover100.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
}
.dropdown dt[class=tab_100_selected] a {color: #b41f23;}

.dropdown dt[class=tab_120_selected],
.dropdown dt[class=tab_120_selected]:hover
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer; 
	background-image: url(../images/IGTabHover120.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
}
.dropdown dt[class=tab_1200_selected] a {color: #b41f23;}


.dropdown dt[class=dt_selected],
.dropdown dt[class=dt_selected]:hover
{
	border-bottom: none; 
	padding: 0 0 2px 0; 
	font-weight:bold; 
	cursor:pointer; 
	background-image: url(../images/IGTabHoverCenter.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.dropdown dt[class=dt_selected] a
{
	background-image: url(../images/IGTabHoverLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #b41f23;
}
.dropdown dt[class=dt_selected] span
{
	height: 26px;
	background-image: url(../images/IGTabHoverRight.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
}
/********/
