@charset "utf-8";

/*-------------------------------------------------------
NAVIGATION CSS by Danny Bae
Created Date: 2009. 10. 14
Ver: 1.0.0

Color Code1:			#000F2D. Samsung Blue Black
Color Code1(GRAD):	#3f50a4. Gradient Color
Color Code2:			#4356BC. Samsung Blue B
Color Code2(GRAD):	#005ba5. Gradient Color
Color Code3:			#76B4D2. Samsung Blue S
Color Code4:			#bad9e8. Samsung Blue S 50%
Color Code5:			#ECF0F0. Samsung Blue White
-------------------------------------------------------*/

/* mainNAV
-------------------------------------------------------*/

#mainNav ul {
	width: 760px;
	background: #000F2D url(../../img/css/mainNav_bg.gif) repeat-x left center;
	float: left;
	}

#mainNav ul li {
	float: left;
}


#mainNav ul a {
	display: block;
	float: left;
	padding: 0 7px 0 9px;
	line-height: 40px;
	background: url(../../img/css/mainNav_divider.gif) repeat-y left top;
	color: #ECF0F0;
	font-weight: bold;
	font-size: 11px;
	}

#mainNav ul .first a {
	background: none;
	display: inline;
}

#mainNav ul a:hover {
	color: #bad9e8;
	text-decoration: none;
}

#mainNav ul li ul {
	display: none;
}

/* subNAV
-------------------------------------------------------*/

#subNav .sidemenu ul a {
	display: block;
	margin-top: 1px;
	padding: 9px 20px;
	background: #b5b5b5 url(../../img/css/subNav_bullet_off.gif) no-repeat 95% center;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	}

#subNav .sidemenu ul a:hover {
	background: #76B4D2 url(../../img/css/subNav_bullet_on.gif) no-repeat 95% center;
	color: #ffffff;
	text-decoration: none;
}

#subNav .extramenu li {
	line-height: 20px;
	padding-left: 20px;
	margin: 7px 0;
	}

/* extraNAV
-------------------------------------------------------*/

#header ul {
	float: right;
	margin: 30px 20px 0 0;
	display: inline;
	}

#header ul li {
	float: left;
	display: inline;
	}

#header ul a {
	font-weight: bold;
	padding: 0 10px 0 15px;
	float: left;
	display: inline;
	font-size: 10px;
	background: url(../../img/css/extramenu_top_bullet.gif) no-repeat right 5px;
	}

#header .title a, a:hover { text-decoration:none; }

#content p.top_btn {
	clear:both;
	text-align: right;
	margin-bottom: 30px;
	}

#content a.top_btn {
	padding: 0 10px 0px 18px;
	font-weight: bold;
	color: #4356BC;
	font-size: 10px;
	line-height: 20px;
	background: url(../../img/css/top_btn_bullet_left.gif) no-repeat left center;
}

/* onLocation
-------------------------------------------------------*/
#Safety_Precautions .sidemenu .Safety_Precautions a,
#Safety_Installation .sidemenu .Safety_Installation a,
#Safety_Operation .sidemenu .Safety_Operation a,
#Safety_Others .sidemenu .Safety_Others a,
#Safety_RoHS .sidemenu .Safety_RoHS a,
#Features_Exterior .sidemenu .Features_Exterior a,
#Features_System .sidemenu .Features_System a,
#Features_Features .sidemenu .Features_Features a,
#Install_InstallDrive .sidemenu .Install_InstallDrive a,
#Install_ConnectCable .sidemenu .Install_ConnectCable a,
#Install_InstallDriver .sidemenu .Install_InstallDriver a,
#Install_Firmware .sidemenu .Install_Firmware a,
#Install_RemoveUtilities .sidemenu .Install_RemoveUtilities a,
#Use_Drive .sidemenu .Use_Drive a,
#Use_Disc .sidemenu .Use_Disc a,
#Use_TruDirect .sidemenu .Use_TruDirect a,
#Use_MagicSpeed .sidemenu .Use_MagicSpeed a,
#Clean_CleanDrive .sidemenu .Clean_CleanDrive a,
#Clean_StoreDisc .sidemenu .Clean_StoreDisc a,
#Clean_CleanDisc .sidemenu .Clean_CleanDisc a,
#Use_LED .sidemenu .Use_LED a,
#Troubleshooting_Troubleshooting .sidemenu .Troubleshooting_Troubleshooting a,
#Troubleshooting_Caution .sidemenu .Troubleshooting_Caution a,
#Specifications .sidemenu .Specifications a,
#Misc_Sitemap .sidemenu .Misc_Sitemap a,
#Misc_Warranty .sidemenu .Misc_Warranty a {
	background: #76B4D2 url(../../img/css/subNav_bullet_on.gif) no-repeat 95% center;
	color: #ffffff;
	text-decoration: none;
	cursor: none;
}

/* Partial CSS only for Mac IE
------------------------------------------------------------------------------------------------*/

/*\*//*/
#mainNav ul li {
	float: none;
}
#header ul li {
	float: none;
	}
#header ul a {
	float: none;
}
/**/